home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / quasrsql.zip / QUERY12.SQL < prev    next >
Text File  |  1991-10-26  |  49b  |  4 lines

  1. select sum(qty)
  2.   from sp
  3.   where pno = 'P2';
  4.